ListBox.SortedColumn Property

Syntax

SortedColumn as Integer


Gets or sets the current sort column but doesn't do the sort. Call the Sort method to sort the ListBox based on the values of SortedColumn and ColumnSortDirection.

The first column is numbered zero.